home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / clx.lha / clx / tcp.l < prev    next >
Text File  |  1988-09-12  |  291b  |  11 lines

  1. ;; -*- Mode: LISP; Syntax: Common-lisp; Package: TCP; Base: 10; Lowercase: Yes -*-;;
  2. ;;
  3. ;; kcl lisp interface to the socket code
  4. ;; Roman Budzianowski
  5. ;; Project Athena MIT
  6. ;;
  7. (in-package 'tcp)
  8. (export 'open-tcp-stream)
  9. (defentry open-tcp-stream (object object) (object open_tcp_stream))
  10. ;;
  11.